Skip to main content

Migrate an Inventory

Overview

IQM and DV360 use similar terms and approaches for Inventory, with the following exceptions:

  • DV360 uses inventorySources to manage Deals and specify their types.
  • IQM uses the Private Marketplace (PMP), while DV360 uses Private Auction.
  • IQM uses Inventory Groups, while DV360 uses Inventory Source Groups.

The API Comparison table highlights the main actions and API methods for managing Inventory and deals. Select an endpoint from IQM or DV360 to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from DV360 to IQM.

API Comparisons

Base URLs
  IQM: https://app.iqm.com

DV360: https://displayvideo.googleapis.com
ActionIQM EndpointDV360 EndpointNotes
Get List of DealsPOST/api/v3/pmp/deals/list
POST/api/v3/inv/pg/deals/list
GET/v3/inventorySourcesIQM endpoints return lists of deals available to customers (owIds) or to the user (owId).
Get Deal Details by IDGET/api/v3/inv/pmp/deals/{id}
GET/api/v3/inv/pg/deals/{id}
GET/v3/inventorySources/{inventorySourceId}
Create DealPOST/api/v3/inv/pmp/deals/add
POST/api/v3/inv/pg/deals/add
POST/v3/inventorySourcesDV360 endpoint specifies deal type with InventorySourceProductType parameter.
Update DealPATCH/api/v3/inv/pmp/deals/{id}
PATCH/api/v3/inv/pg/deals/{id}
PATCH/v3/inventorySources/{inventorySource.inventorySourceId}
Get Inventory ItemGET/api/v3/inv/inventories/listGET/v3/inventorySources/{inventorySourceId}IQM endpoint uses query parameters to search for inventories.
Create Inventory Itemn/aPOST/v3/inventorySources
Get Inventory Group DetailsGET/api/v3/inv/groups/listGET/v3/inventorySourceGroups/{inventorySourceGroupId}IQM endpoint can return group by id or, if unspecified, all groups.
Create Inventory GroupPOST/api/v3/inv/groupsPOST/v3/inventorySourceGroups
Update Inventory GroupPOST/api/v3/inv/group/addMappings
POST/api/v3/inv/group/removeMappings
PATCH/v3/inventorySourceGroups/{inventorySourceGroup.inventorySourceGroupId}IQM endpoints support adding/removing inventories to a group by specifying filters, deal IDs, contextual inventory keywords or URLs, or by inventory ID.

More Inventory Resources

IQM:

DV360: